.footer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: center;
  /*background-color: #a5301f;*/
  background-color:#e22323;
  padding-top: 15px;
}
.footer p {
  box-sizing: border-box;
  line-height: 30px;
  font-size: 14px;
}
.footer p a {
  color: #fff;
}
